﻿/************************************************全局样式************************************************/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	font-family:Arial, 宋体;
}
div{
	margin:auto;
	overflow:hidden;
}
ul{
	margin:0px auto;
	padding:0px;
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	color:#3366CC;
}
img{
	border:none;
}
form{
	margin:0px;
	padding:0px;
}
/************************************************页眉************************************************/
.Header{
	background-image:url('topbg.png');
	min-width:1000px;
}
/************************************************导航************************************************/
.Nav{
	height:40px;
	background-image:url('navbg.png');
	border-bottom:3px #DDDDDD solid;
	min-width:1000px;
}
/************************************************动画************************************************/
.Topflash{
	height:250px;
	border-top:2px #0479E3 solid;
	border-bottom:7px #0479E3 solid;
	min-width:1000px;
}
/************************************************公共************************************************/
.Container{
	background-image:url('bodybg.png');
	background-position:center top;
	background-repeat: repeat-x;
}

/************************************************内容************************************************/
.IndexCont{
	width:1000px;
	height:auto;
	margin:10px auto;
}
/************************左侧************************/
.IndexCont .left{
	float:left;
	width:230px;
}
.leftcont{
	width:230px;
	background-image:url('left2.png');
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px 0px;
}
.leftcont ul{
	width:200px;
}
.leftcont li{
	text-align:left;
}
.leftcont li a{
	display:block;
	background-image:url('../global/arrow_002.gif');
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding-left:25px;
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	border-bottom:1px #EBEBEB dashed;
}
.leftcont li a:hover{
	background-color:#F1F9FC;
}
.leftcont li li a{
	background-image:url('../global/arrow_135.gif');
	background-position:20px 50%;
	padding-left:35px;
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

/************************中间************************/
.IndexCont .center{
	float:left;
	width:350px;
	padding-left:25px;
	padding-top:10px;
}
.gsjj{
	padding:20px 0px;
	line-height:20px;
	text-align:left;
}

/************************右侧************************/
.IndexCont .right{
	float:right;
	width:280px;
}

.xwzx{
	background-image:url('right2.png');
	background-position:left top;
	background-repeat:repeat-y;
}
.qyjs{
	padding-top:10px;
}
.lxwm{
	background-image:url('right4.jpg');
	background-position:left 10px;
	background-repeat:no-repeat;
	height:160px;
	text-align:left;
	line-height:20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/************************************************内页内容************************************************/
.Nyright{
	float:right;
	width:750px;
}
.NyTitle{
	padding:20px 0px 0px;
	text-align:center;
	background-image:url('nytitle.gif');
	background-position:left 15px;
	background-repeat:no-repeat;
	height:24px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#0066CC;
	font-family:Arial, 微软雅黑, 宋体;
	text-indent:30px;
}
.Maincont{
	padding:20px 20px 20px;
	text-align:left;
	line-height:25px;
}
/************************************************页尾************************************************/
.Footer{
	background-color:#F5F7F6;
	border-top:3px  double #CCCCCC;
	text-align:center;
	padding:20px 0px;
	line-height:20px;
	color:#666666;
	min-width:1000px;
}
/************************************************其他************************************************/
/********************首页文章********************/
.IndexArts{
}
/********************首页图片列表********************/
/*******表格排列*******/
.IndexProdList{
	padding:20px 0px;
}
.IndexProdList li{
	width:146px;
	height:130px;
	float:left;
}
.IndexProdList li img{
	width:130px;
	height:100px;
	padding:3px;
	border:1px solid #E8E8E8;
}
/********************首页新闻列表********************/
.IndexNewsList{
	padding:10px 20px;
}
.IndexNewsList li{
	height:30px;
	line-height:30px;
	border-bottom:1px #EEEEEE solid;
}
.IndexNewsList a{
	display:block;
	
	background-image:url('../global/Maincont_ico2.gif');
	background-position:5px center;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.IndexNewsList .Name{
	float:left;
	width:70%;
}
.IndexNewsList .Time{
	float:right;
	width:30%;
	color:gray;

}

/********************内页新闻列表页********************/
.NewsRecordTotal{
	text-align:right;
	color:gray;
}
.NewsList li{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #F2F2F2;
}
.NewsList li .Name{
	float:left;
	width:80%;
	background-image:url('../global/Maincont_ico4.gif');
	background-position:10px center;
	background-repeat:no-repeat;
	text-indent:25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.NewsList li .Time{
	float:right;
	width:20%;
}
/********************内页新闻内容页********************/
.NewsTitle{
	text-align:center;
	color:#336699;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px;
}
.NewsFrom{
	text-align:center;
	color:gray;
}
.NewsContent{
	padding:10px 0px;
}
.NewsBack{
	padding:10px 0px;
	text-align:center;
}
.NewsBack a{
	padding:3px 10px;
	margin:0px 5px;
	border:1px gray solid;
	background-color:#F9F9F9;
}
.NewsBack a:hover{
	background-color: #0066CC;
	color: #FFFFFF;
}

/********************产品干栏目列表********************/
.ColumnsListTitle{
	height:20px;
	line-height:20px;
	background-color:#F0F0F0;
	clear:both;	
}
.ColumnsListName{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}
.ColumnsListMore{
	float:right;
	font-size:12px;
	padding-right:20px;
}

.ColumnsList{
	padding:10px 0px;
	width:640px;
	overflow:hidden;
}
.ColumnsList li{
	float:left;
	width:160px;
	height:160px;
	text-align:center;
}
.ColumnsList li .Image img{
	width:140px;
	height:110px;
	padding:3px;
	border:1px gray solid;
}
.ColumnsList li .ImageName{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ColumnsList li .Details{
	display:none;
}
/********************产品栏目列表********************/
.RecordTotal{
	text-align:right;
	color:gray;
}
.ProdList{
	padding:10px 0px;
	width:640px;
	overflow:hidden;
}
.ProdList li{
	float:left;
	width:160px;
	height:160px;
	text-align:center;
}
.ProdList li .Image img{
	width:140px;
	height:110px;
	padding:3px;
	border:1px gray solid;
}
.ProdList li .Name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdList li .Desc{
	display:none;
}
.ProdList li .Details{
	display:none;
}
/********************产品内容列表********************/
.ProdTitle{
	font-size:14px;
	font-weight:bold;
	color:#3366CC;
	text-align:center;
	padding:10px 0px;
}
.ProdBack{
	padding:10px 0px;
	text-align:center;
}
.ProdBack a{
	padding:3px 10px;
	margin:0px 5px;
	border:1px gray solid;
	background-color:#F9F9F9;
}
.ProdBack a:hover{
	background-color: #0066CC;
	color: #FFFFFF;
}
.ProdPagination{
	display:none;
}
.ProdCount{
	display:none;
}

/********************邮箱登陆********************/
.mailform{
	background-color:#F4FDFF;
	border:1px #DDF7FF solid;
	padding:15px;
}
/*整体表格样式*/
#mail_login_cn table{
	font-size:12px; 
	color: #333; 
}
/*所有单元格样式*/
#mail_login_cn td{
	font-size:12px; 
	color: #333; 
	font-family: Verdana;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*表单行样式1*/
#mail_login_cn .mail_tr1{
	
}
/*表单行样式2*/
#mail_login_cn .mail_tr2{
	
}
/*用户名输入框样式*/
#mail_login_cn .input_name{
	width:40px;
	font-size:11px;
}
/*域名输入框样式*/
#mail_login_cn .input_domain{
	width:60px;
	font-size:11px;
}

/*密码输入框样式*/
#mail_login_cn .input_password{
	width:100%;
	font-size:11px;
}
/*按钮样式*/
#mail_login_cn .input_submit{
	font-size:11px;	
}



/****************************************信息反馈**********************************************/
.MsgForm{
	padding:10px;
	margin-bottom:20px;
	background-image:url('prodlistbg.png');
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px #EBEBEB solid;
}
.MsgForm h6{
	font-family:微软雅黑, 宋体;
	color:#365770;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	border-bottom:1px #EBEBEB solid;
}
.MsgForm table{
	width:100%;
	border-collapse:collapse;
}
.MsgForm table td{
	padding:5px 0px;
}
.MsgForm .Text{
	width:90px;
	text-align:right;
}
.MsgForm .Input input{
	font-size:12px;
	width:90px;
}
.MsgForm .Input textarea{
	width:500px;
	height:100px;
}
.MsgForm .Submit{
	text-align:center;
}

.MsgCont{
	padding:10px;
	border:1px #EBEBEB solid;
}
.MsgCont h6{
	font-family:微软雅黑, 宋体;
	color:#365770;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	border-bottom:1px #EBEBEB solid;
}
.MsgCont table{
	width:100%;
	border-collapse:collapse;
	border:1px #EFEFEF solid;
	margin-top:10px;
	background-image:url('prodlistbg.png');
	background-position:center bottom;
	background-repeat:repeat-x;
}
.MsgCont table td{
	padding:5px 10px;
}
.MsgCont .Name{
	width:80px;
	border-bottom:1px #EBEBEB solid;
	font-weight:bold;
	color:#336699;
}
.MsgCont .Admin{
	font-weight:bold;
	color:#336699;
}
.MsgCont .From{
	text-align:right;
	color:gray;
}
.MsgCont .Name a{
	display:none;
	font-weight:normal;
}
.MsgCont .Date{
	border-bottom:1px #EBEBEB solid;
	text-align:right;
	color:gray;
}
.MsgCont .Message{
	line-height:20px;
}
.MsgCont .Reply{
	line-height:20px;
}
